reftests: Remove style-properties-nth-child test
authorBenjamin Otte <otte@redhat.com>
Fri, 29 Mar 2019 03:04:27 +0000 (04:04 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 29 Mar 2019 08:56:52 +0000 (09:56 +0100)
Style properties don't exist anymore.

testsuite/reftests/meson.build
testsuite/reftests/style-properties-nth-child.css [deleted file]
testsuite/reftests/style-properties-nth-child.ref.ui [deleted file]
testsuite/reftests/style-properties-nth-child.ui [deleted file]

index b254f8d87e94893d8189002efc97bec017c00a71..3a1f9ac688dc380f05ea98a7d7fc8c93512bf8de 100644 (file)
@@ -375,9 +375,6 @@ testdata = [
   'style-context-save-inheritance.css',
   'style-context-save-inheritance.ref.ui',
   'style-context-save-inheritance.ui',
-  'style-properties-nth-child.css',
-  'style-properties-nth-child.ref.ui',
-  'style-properties-nth-child.ui',
   'style-properties-only-child.css',
   'style-properties-only-child.ref.ui',
   'style-properties-only-child.ui',
diff --git a/testsuite/reftests/style-properties-nth-child.css b/testsuite/reftests/style-properties-nth-child.css
deleted file mode 100644 (file)
index d3d406c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-* {
-  -GtkToolbar-button-relief: none;
-}
-
-.grid-toolbar {
-    -GtkToolbar-button-relief: normal;
-}
-
-.box-toolbar {
-    -GtkToolbar-button-relief: normal;
-}
diff --git a/testsuite/reftests/style-properties-nth-child.ref.ui b/testsuite/reftests/style-properties-nth-child.ref.ui
deleted file mode 100644 (file)
index 04c1590..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<interface>
-  <!-- interface-requires gtk+ 3.0 -->
-  <object class="GtkWindow" id="window1">
-    <property name="can_focus">False</property>
-    <property name="type">popup</property>
-    <property name="width_request">300</property>
-    <property name="height_request">300</property>
-    <child>
-      <object class="GtkGrid" id="grid1">
-        <property name="visible">True</property>
-        <property name="can_focus">False</property>
-        <child>
-          <object class="GtkScrolledWindow" id="scrolledwindow1">
-            <property name="visible">True</property>
-            <property name="can_focus">True</property>
-            <property name="hexpand">True</property>
-            <property name="shadow_type">in</property>
-            <child>
-              <placeholder/>
-            </child>
-          </object>
-          <packing>
-            <property name="left_attach">0</property>
-            <property name="top_attach">0</property>
-            <property name="width">1</property>
-            <property name="height">1</property>
-          </packing>
-        </child>
-        <child>
-          <object class="GtkToolbar" id="toolbar1">
-            <property name="visible">True</property>
-            <property name="can_focus">False</property>
-            <property name="hexpand">True</property>
-            <style>
-              <class name="grid-toolbar"/>
-            </style>
-            <child>
-              <object class="GtkToolButton" id="add_button">
-                <property name="visible">True</property>
-                <property name="icon_name">list-add-symbolic</property>
-              </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="homogeneous">True</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkToolButton" id="add_button2">
-                <property name="visible">True</property>
-                <property name="icon_name">list-add-symbolic</property>
-              </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="homogeneous">True</property>
-              </packing>
-            </child>
-          </object>
-          <packing>
-            <property name="left_attach">0</property>
-            <property name="top_attach">1</property>
-            <property name="width">1</property>
-            <property name="height">1</property>
-          </packing>
-        </child>
-      </object>
-    </child>
-  </object>
-</interface>
diff --git a/testsuite/reftests/style-properties-nth-child.ui b/testsuite/reftests/style-properties-nth-child.ui
deleted file mode 100644 (file)
index 0b71631..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<interface>
-  <!-- interface-requires gtk+ 3.0 -->
-  <object class="GtkWindow" id="window1">
-    <property name="can_focus">False</property>
-    <property name="type">popup</property>
-    <property name="width_request">300</property>
-    <property name="height_request">300</property>
-    <child>
-      <object class="GtkBox" id="box1">
-        <property name="visible">True</property>
-        <property name="can_focus">False</property>
-        <property name="orientation">vertical</property>
-        <child>
-          <object class="GtkScrolledWindow" id="scrolledwindow1">
-            <property name="visible">True</property>
-            <property name="can_focus">True</property>
-            <property name="hexpand">True</property>
-            <property name="shadow_type">in</property>
-            <child>
-              <placeholder/>
-            </child>
-          </object>
-        </child>
-        <child>
-          <object class="GtkToolbar" id="toolbar1">
-            <property name="visible">True</property>
-            <property name="can_focus">False</property>
-            <property name="hexpand">True</property>
-            <style>
-              <class name="box-toolbar"/>
-            </style>
-            <child>
-              <object class="GtkToolButton" id="add_button">
-                <property name="visible">True</property>
-                <property name="icon_name">list-add-symbolic</property>
-              </object>
-              <packing>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkToolButton" id="add_button2">
-                <property name="visible">True</property>
-                <property name="icon_name">list-add-symbolic</property>
-              </object>
-              <packing>
-              </packing>
-            </child>
-          </object>
-        </child>
-      </object>
-    </child>
-  </object>
-</interface>